toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.io.restclient.httpservice.groups
Package-level
declarations
Types
Types
Echo
Service
Link copied to clipboard
interface
EchoService
@
HttpExchange
(
value
=
"echo"
)
interface
EchoService
My
Application
Link copied to clipboard
@
SpringBootApplication
@
ImportHttpServices
(
group
=
"echo"
,
basePackages
=
"com.example.myclients"
)
open
class
MyApplication